Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / DataSamples<T> Class / AddComments Method
An index value.
An array of comment records.


In This Topic
    AddComments Method (DataSamples<T>)
    In This Topic
    Insert the given data value comment records to this instance.
    Syntax
    Public Sub AddComments( _
       ByVal index As System.Integer, _
       ByVal comments() As Comment _
    ) 
    public void AddComments( 
       System.int index,
       Comment[] comments
    )
    public:
    void AddComments( 
       System.int index,
       array<Comment^>^ comments
    ) 

    Parameters

    index
    An index value.
    comments
    An array of comment records.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also